Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

removing drop_empty_siblings parameter from lsdb.from_dataframe #379

Closed
wants to merge 1 commit into from

Conversation

jkrick
Copy link
Contributor

@jkrick jkrick commented Feb 26, 2025

simple fix to issue #376 . The lsdb documentation says that this parameter exists, so I have opened an issue over there to ask them to clarify their documentation, and commented out this line for now in our code.

This is somewhat pointless, because making this fix then allows me to run the code and realize that the panstarrs module doesn't work at all anymore because hipscat is apparently not a thing anymore. I will open a new issue for that.

@jkrick jkrick added bug Something isn't working use case: light curves labels Feb 26, 2025
@jkrick jkrick requested a review from bsipocz February 26, 2025 21:16
Comment on lines +65 to +66
#drop_empty_siblings=True
#this parameter appears to be deprecated 2/26/25
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Delete unnecessary lines rather than comment them out. If needed we can always go back in the git history and check on previous versions if needed.

@bsipocz
Copy link
Member

bsipocz commented Feb 27, 2025

anymore because hipscat is apparently not a thing anymore. I will open a new issue for that.

We should have some issues for hipscat--> hats already, but by all means open a panstars specific bug report, too as I don't think the rename was meant to be done in a way to mess up existing usage.

@jkrick
Copy link
Contributor Author

jkrick commented Feb 27, 2025

closing this because it is not necessary with PR #382 which gets rid of read_hipscat anyway in favor of read_hats

@jkrick jkrick closed this Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working use case: light curves
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants